In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPicturePDF / GetFormFieldItemValue Method

GetFormFieldItemValue Method (GdPicturePDF)

In This Topic
Syntax
'Declaration

 

Public Function GetFormFieldItemValue( _

   ByVal FieldId As Integer, _

   ByVal ItemIdx As Integer _

) As String
public string GetFormFieldItemValue( 

   int FieldId,

   int ItemIdx

)
public function GetFormFieldItemValue( 

    FieldId: Integer;

    ItemIdx: Integer

): String; 
public function GetFormFieldItemValue( 

   FieldId : int,

   ItemIdx : int

) : String;
public: string* GetFormFieldItemValue( 

   int FieldId,

   int ItemIdx

) 
public:

String^ GetFormFieldItemValue( 

   int FieldId,

   int ItemIdx

) 

Parameters

FieldId
ItemIdx
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPicturePDF
GdPicturePDF Members